Package com.cisco.pt.ipc.sim.impl
Class IPsecSaGroupImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.IPsecSaGroupImpl
- All Implemented Interfaces:
IPCObject,IPsecSaGroup
Information provided by the PKI file:
\class IpsecSaGroup
\brief IpsecSaGroup handles and manipulates IPSec SA groups.
\example network().getDevice("Router0").getProcess("IpsecProcess").getCryptoMapSetAt(0).getTableAtIndex(0).getFlowAt(0).getPeerAt(0).getCurrentSaGroup()
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionIPsecSaGroupImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:Information provided by the PKI file:intInformation provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Constructor Details
-
IPsecSaGroupImpl
public IPsecSaGroupImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getEspOutbound
Information provided by the PKI file:
\brief Returns the ESP outbound IPSec SA. \return IpsecSa, the IpsecSa object for the ESP outbound IPSec SA.- Specified by:
getEspOutboundin interfaceIPsecSaGroup- Returns:
- IPsecSa Returns a IPsecSa
-
getEspInbound
Information provided by the PKI file:
\brief Returns the ESP inbound IPSec SA. \return IpsecSa, the IpsecSa object for the ESP inbound IPSec SA.- Specified by:
getEspInboundin interfaceIPsecSaGroup- Returns:
- IPsecSa Returns a IPsecSa
-
getAhOutbound
Information provided by the PKI file:
\brief Returns the AH outbound IPSec SA. \return IpsecSa, the IpsecSa object for the AH outbound IPSec SA.- Specified by:
getAhOutboundin interfaceIPsecSaGroup- Returns:
- IPsecSa Returns a IPsecSa
-
getAhInbound
Information provided by the PKI file:
\brief Returns the AH inbound IPSec SA. \return IpsecSa, the IpsecSa object for the AH inbound IPSec SA.- Specified by:
getAhInboundin interfaceIPsecSaGroup- Returns:
- IPsecSa Returns a IPsecSa
-
getLifeTime
public int getLifeTime()Information provided by the PKI file:
\brief Returns the lifetime for the IPSec SA group. \return int, the lifetime for the IPSec SA group.- Specified by:
getLifeTimein interfaceIPsecSaGroup- Returns:
- int Returns a int
-